home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / bbstvi30.zip / QUIKSTRT.DOC < prev    next >
Text File  |  1992-08-16  |  1KB  |  40 lines

  1. To install BBStevie in a Waffle BBS program, you need to place the
  2. proper command lines in your /waffle/extern/_editors file.  BBStevie
  3. will act like a fully priveleged editor when invoked with only a
  4. filename or names.
  5.  
  6. To start in restricted mode, use
  7.  
  8. bbstevie ! x:\user\dir filename
  9.  
  10. To start in FOSSIL support mode, use
  11.  
  12. bbstevie -fport filename
  13.  
  14. and to use FOSSIL support _and_ restricted mode, use
  15.  
  16. bbstevie -fport ! x:\user\dir filename
  17.  
  18. Here are some samples from my /waffle/extern/_editors file:
  19. (lines are broken for clarity, but must all be on a single line for the
  20. _editors file)
  21.  
  22. These are NOT restricted...............
  23.  
  24. stevie /access=3 /local /screen /command="c:\tools\stevie %i"
  25.  
  26. fstevie /access=3 /local /screen /command="c:\tools\stevie -f%d %i"
  27.  
  28.  
  29. These ARE restricted...................
  30.  
  31. bfstevie /access=3 /local /screen
  32.         /command="c:\tools\stevie -f%d ! c:\user\%A %i"
  33.  
  34. bbstevie /access=1 /screen /command="c:\tools\stevie ! C:\user\%A %i"
  35.  
  36.  
  37. 1.64 users can use the above lines as is, since %d says LOCAL for a
  38. console login, and BBStevie won't activate the fossil if it doesn't see
  39. a digit in the port spec.
  40.